Kotlin SQLite
Toggle table of contents
0.0.3
web
Target filter
web
Switch theme
Search in API
Skip to content
Kotlin SQLite
Ksqlite C API
/
ksqlite.capi.memory
/
[web]PointerOutputParam
Pointer
Output
Param
web
abstract
class
PointerOutputParam
<
Value
>
:
OutputParamBase
<
Value
?
>
(
source
)
Base for pointer output parameter.
Inheritors
OutputParam
OutputParam
OutputParam
OutputParam
OutputParam
OutputParam
Utf8OutputParam
Members
Constructors
Pointer
Output
Param
Link copied to clipboard
web
constructor
(
)
Properties
value
Link copied to clipboard
web
override
val
value
:
Value
?
Value written from native side.